home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / os2 / tfix99g3.zip / TFIXNOTE.CMD < prev    next >
OS/2 REXX Batch file  |  1996-10-24  |  404b  |  9 lines

  1. Echo off
  2. Cd \T-MAIL\FILES
  3. IF Exist \T-FIX\tfixnote.txt copy /B \T-FIX\nfnotify.hdr+\T-FIX\tfixnote.txt tfixnote.tmp 
  4. IF Exist \T-FIX\tfixnote.txt \T-FIX\txt2pkt2 -O2:5030/339.999 -D. -AJEF.NEWS -Ftfixnote.tmp -UT-Fix -SNew_files_notification.
  5. IF Exist \T-FIX\tfixnote.txt Del tfixnote.tmp
  6. Cd \T-MAIL
  7. IF Exist \T-FIX\tfixnote.txt Call toss.cmd
  8. IF Exist \T-FIX\tfixnote.txt Del \T-FIX\tfixnote.txt
  9.